home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 2002 November
/
SGI Freeware 2002 November - Disc 3.iso
/
dist
/
fw_qt3.idb
/
usr
/
freeware
/
Qt
/
examples
/
tictac
/
tictac.doc.z
/
tictac.doc
Wrap
Text File
|
2002-04-08
|
529b
|
35 lines
/*
$Id$
*/
/*! \page tictac-example.html
\ingroup examples
\title Tic Tac Toe
This is an implementation of the Tic-tac-toe game.
We didn't put much effort in making a clever algorithm so it's not a
challenge to play against the computer. Instead, study the source code
to see how you can make reusable components such as the \e TicTacGameBoard
widget.
<hr>
Header file:
\include tictac/tictac.h
<hr>
Implementation:
\include tictac/tictac.cpp
<hr>
Main:
\include tictac/main.cpp
*/